From 604e867845c987a63cb6ee4e913ff2ba51928ae2 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 16 Sep 2015 09:35:43 -0700 Subject: [PATCH] Bump to 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f835ae19a..3d78596b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.5.0" +version = "0.6.0" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5c360c81d..13f389c15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [project] name = "cargo" -version = "0.5.0" +version = "0.6.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] diff --git a/Makefile.in b/Makefile.in index 0dd5c2c88..9cc1993f2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.5.0 +CFG_RELEASE_NUM=0.6.0 CFG_RELEASE_LABEL= include config.mk -- 2.30.2